home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / temacd / hateml / HateML_10063.exe / {app} / Data / Help / styles.css < prev    next >
Cascading Style Sheet File  |  2003-04-13  |  2KB  |  125 lines

  1. body, table {
  2.     background             : #FFFFFF;
  3.     font-family         : Verdana,Lucida,sans-serif;
  4. }
  5.  
  6. body, tr, th, td {
  7.     font-size             : 70%;
  8. }
  9.  
  10. a {
  11.     color                 : #003399;
  12.     text-decoration     : underline;
  13. }
  14.     
  15. h1 {
  16.     background             : #CCCCFF;
  17.     text-weight            : bold;
  18.     border                : 1px solid #9999FF;
  19.     font-size            : 140%;
  20.     font-family         : Verdana,Lucida,sans-serif;
  21.     padding                : 5px 5px 5px 5px;
  22. }
  23.  
  24. h2 {
  25.     background             : #EDEDED;
  26.     text-weight            : bold;
  27.     font-size            : 120%;
  28.     font-family         : Verdana,Lucida,sans-serif;
  29.     border-bottom        : 1px solid #000000;
  30.     padding                : 2px 2px 2px 2px;
  31. }
  32.  
  33. h2 a {
  34.     color                 : #000000;
  35.     text-decoration     : none;
  36. }
  37.  
  38. h3 {
  39.     text-weight: bold;
  40.     font-size            : 100%;
  41.     font-family         : Verdana,Lucida,sans-serif;
  42.     border-bottom        : 1px solid #000000;
  43.     padding                : 2px 2px 2px 2px;
  44. }
  45.  
  46. h4 {
  47.     text-weight: bold;
  48.     font-size            : 80%;
  49.     font-family         : Verdana,Lucida,sans-serif;
  50.     border-bottom        : 1px solid #000000;
  51.     padding                : 2px 2px 2px 2px;
  52. }
  53.  
  54. pre.example, pre.codePHP, pre.definition {
  55.     font-size            : 9pt;
  56.     padding-right        : 2px;
  57.     padding-left        : 2px;
  58.     background-color    : #F9F9F9;
  59.     border                : 1px solid #BBBBBB;
  60. }
  61.  
  62. pre.ChangeLog {
  63.     font-size            : 9pt;
  64.     padding-right        : 2px;
  65.     padding-left        : 2px;
  66. }
  67.  
  68. span.redMark {
  69.     background-color    : #FFBBBB;
  70.     border                : 1px solid #FF9999;
  71. }
  72.  
  73. span.commandProto {
  74.     border                : 1px solid #BBBBBB;
  75.     background             : #F0F0F0;
  76.     padding             : 2px 2px 2px 2px;
  77.     margin                 : 2px 2px 2px 2px;
  78. }
  79.  
  80. span.commandProtoParameter{
  81.     font-weight         : bold;
  82. }
  83.  
  84. span.iniOption{
  85.     border-bottom        : 1px dotted #BB7777;
  86. }
  87.  
  88. span.shortcut{
  89.     background-color    : #EEEEEE;
  90.     border                : 1px solid #BBBBBB;
  91.     padding                : 2px 2px 0px 0px;
  92. }
  93.  
  94. .commandTitle {
  95.     margin                : 2px;
  96.     padding                : 2px;
  97.     margin-left            : 25px;
  98.     background-color    : #FCF8EA;
  99.     border                : 1px solid #BBBBBB;
  100. }
  101.  
  102. .commandDescription {
  103.     margin                : 2px;
  104.     padding                : 2px;
  105.     margin-left            : 40px;
  106. }
  107.  
  108. table.pretty {
  109.     margin                : 2px;
  110.     background-color    : #A0A0A0;
  111. }
  112.  
  113. table.pretty td {
  114.     background-color    : #FFFFFF;
  115.     vertical-align        : top;
  116.     font-size             : 100%;
  117. }
  118.  
  119. table.pretty th, table.pretty thead td {
  120.     background-color    : #E5E5E5;
  121.     vertical-align        : top;
  122.     text-align            : center;
  123.     text-weight            : bold;
  124.     font-size             : 100%;
  125. }